我在c#中的字符串有問題。我有以下字符串:c中的字符串問題#
下面的字體是字符串數組包含谷歌字體名稱:
串fontsLink =
"<link rel='stylesheet' id='fontrequest' href='http://fonts.googleapis.com/css?family='" + Fonts + "type='text/css' media='all'>";
此字符串渲染錯誤在瀏覽器中:
<link rel="stylesheet" id="fontrequest" href="http://fonts.googleapis.com/css?family=" times+new+roman|offside|dangrek|days+onetype="text/css" media="all">
問題在於href屬性值。我該如何解決這個問題?
我已經提到過在我的問題 – user1740381
字體不反正工作,谷歌服務器返回「錯誤( 400):缺少字體系列 請求的字體系列不可用 「 – user287107
我無法理解,爲什麼downvotes? – user1740381