當前位置:首頁 » 編程語言 » java跨行

java跨行

發布時間: 2023-08-27 11:12:41

java中的讓字元串跨行符號是什麼

你說的意思:

.net中:

stringquery=@"SELECTfoo,bar
FROMtable
WHEREid=42";

php

<?php
$str=<<<'EOD'
Exampleofstring
spanningmultiplelines
usingnowdocsyntax.
EOD;

echo<<<'EOT'
Mynameis"$name".Iamprintingsome$foo->foo.
Now,Iamprintingsome{$foo->bar[1]}.
Thisshouldnotprintacapital'A':x41
EOT;
?>

這種跨行書寫,不用在每句話的後面添加+

groovy:

assert'''hello,
world'''=='hello, world'
//triple-quotesformulti-linestrings,adds' 'regardlessofhostsystem
assert'hello,
world'=='hello,world'//

java中有沒有?沒有

熱點內容
java返回this 發布:2025-10-20 08:28:16 瀏覽:543
製作腳本網站 發布:2025-10-20 08:17:34 瀏覽:829
python中的init方法 發布:2025-10-20 08:17:33 瀏覽:534
圖案密碼什麼意思 發布:2025-10-20 08:16:56 瀏覽:715
怎麼清理微信視頻緩存 發布:2025-10-20 08:12:37 瀏覽:637
c語言編譯器怎麼看執行過程 發布:2025-10-20 08:00:32 瀏覽:949
郵箱如何填寫發信伺服器 發布:2025-10-20 07:45:27 瀏覽:206
shell腳本入門案例 發布:2025-10-20 07:44:45 瀏覽:64
怎麼上傳照片瀏覽上傳 發布:2025-10-20 07:44:03 瀏覽:757
python股票數據獲取 發布:2025-10-20 07:39:44 瀏覽:660