1 Star 0 Fork 0

steamqaqwq/js-study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
1.23 bool类型.html 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
steamqaqwq 提交于 2020-02-02 00:42 . 2020-js-study
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script type="text/javascript">
// bool类型小应用
/*while(true){
const time = prompt("请输入开学时间1.19").trim();
if(!time){
continue
}else{
console.log(time==1.19?"回答正确":"回答错误")
break
}
}
*/
let number = 5.222
console.log(number.toFixed(2))
console.log(Object.is(number,f))
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/steamqaqwq/js-study.git
git@gitee.com:steamqaqwq/js-study.git
steamqaqwq
js-study
js-study
master

搜索帮助