Skip to content

@miyue-mma/shared / insert

函数: insert()

ts
function insert(
   str, 
   index, 
   insertStr): string

在指定位置插入字符串

参数

str

string

index

number

insertStr

string

返回

string

Released under the MIT License.