01 2023 档案
摘要:与1000个读者有1000个哈姆雷特类似,即使你让一个经验非常丰富的程序员给API一个定义,大概率他也会用一个例子来说明,比如说:哦API呀,你去看下微博的API文档就知道API是什么了。 但其实,这只是在说明XX是API而非API是什么。要理解API的定义,我们先把API的英文扩写祭出来: API
阅读全文
摘要:using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks;
阅读全文