lodash可以使用escape方法来转义字符串,例如:
_.escape('This string contains "double quotes" which will be escaped.');
// => 'This string contains "double quotes" which will be escaped.'
lodash可以使用escape方法来转义字符串,例如:
_.escape('This string contains "double quotes" which will be escaped.');
// => 'This string contains "double quotes" which will be escaped.'