基本HTML Dojo页面启动
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基本HTML Dojo页面启动相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <script type="text/javascript"> var djConfig = { isDebug:false, parseOnLoad:true }; </script> <script type="text/javascript"> dojo.addOnLoad(function(){ console.log('dom loaded'); }); </script> </head> <body> </body> </html>
以上是关于基本HTML Dojo页面启动的主要内容,如果未能解决你的问题,请参考以下文章