Generation

generate functionFri, 12 May 2023

获取字符串的长度

function get_length(string) { return string.length; } get_length("hello world");

Javascript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code