我有一条消息,假设有大约2k个字符,那么我如何拆分该消息,以便它将消息分成片段发送 if (!args[0]) { const settings = message.settings;
// Filter all commands by which are available for the user's level, using the <Collection>.fil
这是我第一次编码,我遇到了一些麻烦。这是我目前为止的代码(javascript)var userName = prompt("Hi! What is your name?"); // The answer the user gives for this prompt will be used later in the program
var hoursWorked = prompt("How many hours have you worked this week?"); //The answer the user gives for this prom