🐵指尖猴
📚编程代码JavaScript字符串方法
0字/分🎯0%
const upper = str.toUpperCase(); const trimmed = str.trim(); const words = str.split(' '); const found = str.includes('hello'); const replaced = str.replace('old', 'new'); const sub = str.substring(0, 5);
🐵
c左手中指
ESC 暂停 退格