index.md 475 Bytes

Demo


引用方式

seajs的路径

<script src="../static/js/sea.js?nowrap"></script>

配置样式表的路径

<link rel="stylesheet" type="text/css" href="../public/css/index.css">

配置seajs

  seajs.config({
    base: "/" //seajs加载器的js基础路径
  });

界面调用

var yohobuyMobile = seajs.use('index');

or

var yohobuyMobile = require('index');