摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>字符串练习</title> </head> <body> <script> //字符串的长度 var hello = 'helloword'; console.log(hello 阅读全文
posted @ 2017-11-20 10:58 松前月下 阅读(117) 评论(0) 推荐(0) 编辑