我有一個名單,我希望把它的元素裏面一個for循環的字符串是這樣的: my_list = ["Germany", "England", "Spain", "France"]
for this in that:
do stuff
print(my_list[0]+ some other stuff)
輸出應該是像: Germany + some other stuff
En
我喜歡C#的新內插語法。 我想在我的.config文件中的appSettings下存儲一個動態字符串並在其上應用插值。 interpolatedMessage的期望值是"Your User Name is SnowWhite" 如果可能,這將是很好的。 這將幫助我保持密鑰可配置爲任意組合。 (例如,「雪白是用戶名」,「用戶名 - 雪白」) <appSettings>
<add key="