whale.js文档
js引入:
<script type="text/javascript" src="https://m.qianxiangbank.com/js/whale.js"></script>
使用
//打印版本信息
console.log(whale.version);
模块
/*
utils,
url,
date,
number,
os,
cookie,
plus,
share,
layer
*/
比如使用utils模块的type函数,示例:
var type = whale.utils.type(function(){});
详细用法请参考其他详细文档。