オブジェクトのプロパティとメソッド:
使用法:
<script></script><script></script>
<script>easyloader.theme = "bootstrap"; easyloader.locale = "zh_CH"; easyloader.load("dialog",function() { dialoginit(); }); easyloader.load("layout"); easyloader.load("draggable"); easyloader.load("droppable"); easyloader.load('messager,', function () { // 加载指定模块 //$.messager.alert('Title', 'load ok'); }); $(function () { });function message_alert(title,content) { $.messager.alert(title, content); }</script>
以上がEasyLoader(簡易ロード)の例の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。