function test(msg) {
console.log(msg.length);
}
test("邱淑贞"); // 3
test();
test(123);
console.log("往后余生,风雪是你,平淡是你,敲每一行代码心里想的都是你");
console.log("你是CSS,我是DIV,就算我的布局再好,没了你也就没了色彩");
function test(msg) {
console.log(msg.length);
}
test("邱淑贞"); // 3
test();
test(123);
console.log("往后余生,风雪是你,平淡是你,敲每一行代码心里想的都是你");
console.log("你是CSS,我是DIV,就算我的布局再好,没了你也就没了色彩");
Copyright © 2021-2022 www.miaokee.com 秒客网 备案号:粤ICP备2021167564号
免责声明:本站文章多为用户分享,部分搜集自互联网,如有侵权请联系站长,我们将在72小时内删除。