[javascriptMVC] Forum 問答 by Alive Kuo - Feb 24th, 2012 - posted in javascriptMVC | Comments 如何手動觸發model update? 讓’{model} updated’可以被想要接受的人接收 出處 答案 1 modelInstanceVariable.updated({}); 可以讓view自動聽model更新自己改變自己嗎? 不行。你應該用controller去更新view。 如何除錯./js 1 2 3 4 5 6 7 ./js -d ##開啟Rhino javascript debugger ##之後針對要除錯的js下load load('steal/pluginifyjs') steal.build.pluginify('alive/gundam',{}); ## 記得設中斷點 Comments Please enable JavaScript to view the comments powered by Disqus.