如题. alert.confirm对话框的换行可以使用回车符或换行符:\n,\r 也可以使用回车符或换行符对应的unicode编码:\u000a,\u000d,这是等效的. //确认信息 var confirmArray=eval(SaveDataAreaVal); console.log("确认信息confirmArray:",confirmArray); var makeupTypeInfo= (parseInt(confirmArray[MainHouseSelect].make…
如何把atom 默认的换行符设置成LF Select File->Settings Select ‘Packages’ Under Core Packages->line-ending-selector, select ‘Settings’ Under the ‘Default line ending’ setting, choose ‘LF’ in the dropdown You new files will now use LF as the default line ending se…