<a target="_blank" href='www.twitter.com/<%#Eval("FromUser") %>'>
<asp:Image ID="userImage" runat="server" ImageUrl='<%#Eval("Profile") %>' />
</a>
当我点击图片时,我被重定向到“http://localhost:49898/www.twitter.com/blablabla”
如何从我的 href 中删除“http://localhost:49898/”这部分?