|
|
@@ -512,7 +512,7 @@ function guid() { |
|
|
|
} |
|
|
|
return (S4() + S4() + "-" + S4() + "-" + S4() + "-" + S4() + "-" + S4() + S4() + S4()); |
|
|
|
} |
|
|
|
// 函数会返回一个modalID,通过这个ID可自已定义一些方法 |
|
|
|
// 函数会返回一个modalID,通过这个id可自已定义一些方法 |
|
|
|
// 这里用到了一个展开语法 |
|
|
|
// https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Spread_syntax |
|
|
|
function ShowMsg(content, ...args) { |
|
|
|