using System; using System.Collections.Generic; using System.Linq; using System.Web; /// <summary> ///GetBank 的摘要说明 /// </summary> public class GetBank { //bin号 private long[] bankbin() { long[] str = new long[]{ 102033, 10
1. fileprivate (set) var hasSetDiscount = false中fileprivate (set)表示什么意思: //设置setter私有,但是getter为public 2.取值需要判断: if let text = textField.text, !text.isEmpty {} if let finish = resultDic["finish"] as? Bool,finish { // finish为true }else{ // finish为