換行符 line break; line feed character; newline character
"查查詞典"手機版
千萬人都在用的超大詞匯詞典翻譯APP
例句與用法
Is a function that simply prints out an end - of - line character 是只打印出一個回車換行字符的函數(shù)。
These line feed characters can affect how the encrypted data is stored or displayed 這些換行字符會影響到被加密數(shù)據(jù)的存儲和顯示。
Line feed character 換行字符
Newline characters that occur inside character data are always indicated on a separate content line , using the 出現(xiàn)在字符數(shù)據(jù)中的換行字符總是用
Statement print out the character value , followed by a space character instead of a newline character 語句打印字符值時后面跟著空格字符,而不是換行字符。
To use this character as a sentence boundary , there must be two or more line - break characters in a row 若要使用此字符作為句子的邊界,則每行中必須有兩個或更多的換行字符。
The line feed characters should be placed back in the ciphertext string before decoding and decrypting the data to avoid errors 在解碼和解密數(shù)據(jù)之前,應(yīng)該將換行字符放回密文中,以避免出現(xiàn)錯誤。
Developers may want to either strip out the line feeds or replace them with another character that is outside of the base64 character set 開發(fā)人員可能需要去掉換行字符,或者用base64字符集以外的字符代替換行字符。
Method to replace linefeed characters with something a pound sign , , in this case that isn t quite so visually disruptive to console output when it s displayed 方法,將換行字符替代為其它字符(本例中是井號“ # ” ) ,以便在顯示控制臺輸出時,該輸出看上去不是斷開的。
One caution about using base64 encoding is that the encoded string will be returned with the line feed character x 0a appended to the result and , if the returned string is longer than 65 bytes , line feed characters will be embedded in the string every 65 bytes 使用base64編碼時要注意的是,被編碼的字符串返回時可能在后面帶有換行字符,如果返回的字符串長度超過65字節(jié),那么每過65字節(jié)就要插入一個換行字符。