在本文中,我们将看到如何使用 jQuery 从字符串删除空格。要删除空格,我们将使用 trim() 方法。 trim() 方法用于删除字符串开头和结尾的空格。
句法:
jQuery.trim( str )
参数:此方法接受要修剪的单个参数字符串。
在这种情况下,我们在
标签中写入包含空格的字符串,然后应用 trim() 方法从开始和结束位置删除所有空格。删除空格后,我们使用 html() 方法来显示修剪后的字符串。例子:
HTML
How to remove white space from a string using jQuery? GeeksforGeeks
How to remove white space from a string using jQuery?
String containing white spaces
GeeksforGeeks
输出: