Upgrade to Pro — share decks privately, control downloads, hide ads and more …

我如何停止憂慮並愛上 Non-MVC Web Framework @ OSDC.tw 2013

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
Avatar for Brian Hsu Brian Hsu
April 19, 2013

我如何停止憂慮並愛上 Non-MVC Web Framework @ OSDC.tw 2013

Introduction Lift web framework's template system at OSDC.tw 2013.

Avatar for Brian Hsu

Brian Hsu

April 19, 2013

More Decks by Brian Hsu

Other Decks in Programming

Transcript

  1. <body> <div class="container" data-lift="currentTimeAndIP"> 現在時刻: <span class="time">....</span><br/> 你的 IP :

    <span class="ip">....</span> </div> </body> 把紅色的地方丟到 CurrentTimeAndIP.render 中
  2. <body> <div class="container" data-lift="currentTimeAndIP"> 現在時刻: <span class="time">....</span><br/> 你的 IP :

    <span class="ip">....</span> </div> </body> 把紅色的地方丟到 CurrentTimeAndIP.render 中