首页 > 代码库 > 通过traceur.js来编写ES6

通过traceur.js来编写ES6

通过traceur.js来编写ES6

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<link rel="stylesheet" href="">
<script scr= "../traceur.js"></script>
<script>
traceur.options.experimental = true;
</script>
</head>

<body>

</body>

<html>

通过traceur.js来编写ES6