+
81
-

js怎么生成uuid?

js怎么生成uuid?

网友回复

+
0
-

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>BFW NEW PAGE</title>

    <script type="text/javascript">
 
          alert(generateUUID());

        function generateUUID() {
            var d = new Date().getTime();
            if (window.performance && typeof window.performance.now ===...

点击查看剩余70%

我知道答案,我要回答