asp,Dim strText, strReplaced,strText = "这是一行文本。,这是另一行文本。",strReplaced = Replace(strText, vbCrLf, " "),Response.Write(strReplaced),
`,,这段代码会输出:,,
`,这是一行文本。 这是另一行文本。,
``asp,Dim strText, strReplaced,strText = "这是一行文本。,这是另一行文本。",strReplaced = Replace(strText, vbCrLf, " "),Response.Write(strReplaced),
`,,这段代码会输出:,,
`,这是一行文本。 这是另一行文本。,
``Powered By Z-BlogPHP 1.7.3