C# 決戰設計模式筆記

1. Facade (功能類似自訂 Utilities,簡化介面、簡化子系統)

小賢 發表在 痞客邦 留言(0) 人氣()

expr {{變數}} = {{想改的值}}

小賢 發表在 痞客邦 留言(0) 人氣()

 

var str = "Hello, playground+"
var allowCharactoers = CharacterSet.urlQueryAllowed
allowCharactoers.remove(Unicode.Scalar("+"))

print(str.addingPercentEncoding(withAllowedCharacters: allowCharactoers))

 

小賢 發表在 痞客邦 留言(0) 人氣()

結論:

小賢 發表在 痞客邦 留言(0) 人氣()

問題:

螢幕快照 2018-04-19 上午10.25.35

小賢 發表在 痞客邦 留言(0) 人氣()