- 在IDE编辑器输入try
- 根据提示选择trycatch的智能提示
- 输入出来的内容会多出【ry】两个字母

- 发布:2022-09-13 13:40
- 更新:2022-09-13 13:58
- 阅读:226
产品分类: HbuilderX
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 12.5
HBuilderX版本号: 3.6.1
操作步骤:
预期结果:
只出现
try{
}catch(e){
//TODO handle the exception
}
只出现
try{
}catch(e){
//TODO handle the exception
}
实际结果:
try{
}catch(e){
//TODO handle the exception
}ry
try{
}catch(e){
//TODO handle the exception
}ry
bug描述:
- 在IDE编辑器输入try
- 根据提示选择trycatch的智能提示
- 输入出来的内容会多出【ry】两个字母

