layui.use(... function(){
var _tools = {
func1: function(){
console.log(‘func1‘);
}
}
window.tools = _tools;
})
// 外部调用,如子页面
parent.tools.func1();
原文地址:https://www.cnblogs.com/Angel-szl/p/11232485.html
时间: 2024-10-10 04:54:17
layui.use(... function(){
var _tools = {
func1: function(){
console.log(‘func1‘);
}
}
window.tools = _tools;
})
// 外部调用,如子页面
parent.tools.func1();
原文地址:https://www.cnblogs.com/Angel-szl/p/11232485.html