html head titleJavaScript TO HTML 转换/title meta http-equiv="Content-Type" content="text/html; charset=utf-8" / link href="style.css" rel="stylesheet" type="text/css" / /head body div class="menu_head"JavaScript TO HTML 转换/div div class="content" div请在下边输入JavaScript代码:/div div text...
Create function fun_getPY ( @str nvarchar(4000) ) returns nvarchar(4000) as begin declare @word nchar(1),@PY nvarchar(4000) set @PY='' while len(@str)0 begin set @word=left(@str,1) --如果非汉字字符,返回原字符 set @PY=@PY+(case when unicode(@word) between 19968 and 19968+20901 ...