摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>const定义常量</title> </head> <body> <script> // 声明常量 const STR = '小王'; console.log(STR); // 1. 阅读全文
posted @ 2020-08-04 11:42 Smile*^ 阅读(454) 评论(0) 推荐(0) 编辑