<div visible="false" runat="server"><a href='<%#string.Format("{0}removeAllItems=true", this.Page)%>' onclick="return confirm('Are you sure you want to remove all items?')">Remove all items</a></div>
當我運行它時,它不顯示查詢字符串部分,只是page.aspx。我不明白爲什麼{0}後字符串的其餘部分被截斷。.aspx中的String.Format在
,似乎工作的只有一個是 PositiveGuy 2009-12-02 19:09:09