(Use slice instead!) examples/js/substring.js. "use strict"; var str = "The black cat climbed the green tree."; console.log(str.substr(5,7)); // lack ca ...
確定! 回上一頁