模拟PHP sprintf 的函数* @returns string */function sprintf() { let args = arguments, string = args[0]; for (let i = 1; i < a...
確定! 回上一頁