Generation

generate functionFri, 12 May 2023

获取字符串的长度

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

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant