我有两个类模型(客户和订单)
public class customer
{
private string _cid;
public string cid
{
get { return _cid; }
set { _cid = value; }
}
private string _name;
public string name
{
get { return _name; }
set { _name = value; }
}
private st
我想知道在不同设备上带来不同功能的快捷键(href代码)是什么。
例如:
mailto: (opens the mail clients on a desktop/mobile)
tel: brings up the "call" option on a phone
其他的是什么?有没有"sms:“等等?
我需要些帮助。想弄清楚到底是什么问题。
parse = json.loads(phoneget.text)
phoneNUM = parse["tel"] # gets phone number
phoneID = parse["idNum"] # gets id number
print(sms_config.key) # ignore this
print("Parse complete, here is your result:") # ignore this