可以通过以下步骤实现:
以下是一个示例的JavaScript代码实现:
function getLastWord(str) {
// 使用空格分割字符串,得到字符串数组
const words = str.split(" ");
// 取得数组中最后一个元素,即为最后一个单词
const lastWord = words[words.length - 1];
return lastWord;
}
const input = "Hello World";
const lastWord = getLastWord(input);
console.log(lastWord); // 输出:World
对于这个问题,腾讯云没有特定的产品或服务与之直接相关。但是,腾讯云提供了丰富的云计算服务和解决方案,可以满足各种应用场景的需求。您可以访问腾讯云官方网站(https://cloud.tencent.com/)了解更多关于腾讯云的产品和服务。
领取专属 10元无门槛券
手把手带您无忧上云