javascript GUID生成器实现代码
更新时间:2009年10月31日 23:16:49 作者:
javascript GUID生成器实现代码, 需要的朋友可以参考下。
/jslib/other/IntUtil_post.js
大家先把上面的代码保存到本地。保存为IntUtil_post.js
测试代码:
<script language="javascript" src="IntUtil_post.js"></script>
<script language="javascript">
<!--
alert($System.Math.IntUtil.genGUID());
alert($System.Math.IntUtil.genGUIDV4());
alert($System.Math.IntUtil.genRandomString(5));
//-->
</script>
大家先把上面的代码保存到本地。保存为IntUtil_post.js
测试代码:
复制代码 代码如下:
<script language="javascript" src="IntUtil_post.js"></script>
<script language="javascript">
<!--
alert($System.Math.IntUtil.genGUID());
alert($System.Math.IntUtil.genGUIDV4());
alert($System.Math.IntUtil.genRandomString(5));
//-->
</script>
相关文章
vite打包优化vite-plugin-compression的使用示例详解
这篇文章主要介绍了vite打包优化vite-plugin-compression的使用,本文通过示例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下2023-09-09
最新评论