文章作者: 无咎
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Khalid博客!
相关推荐
2024-05-13
【Python系列-01学习路线-01基础】12文件操作
待续 var isMobile = navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i); var isEncrypt = document.getElementById('hexo-blog-encrypt'); var allowMobile = true; if (!isEncrypt && (!isMobile || (isMobile && allowMobile))) { try { var plugin = new ReadmorePlugin(); plugin.init({ "type": "hexo", "id":...
2024-05-13
【Python系列-01学习路线-01基础】11异常处理
待续 var isMobile = navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i); var isEncrypt = document.getElementById('hexo-blog-encrypt'); var allowMobile = true; if (!isEncrypt && (!isMobile || (isMobile && allowMobile))) { try { var plugin = new ReadmorePlugin(); plugin.init({ "type": "hexo", "id":...
2024-05-13
【Python系列-01学习路线-01基础】09模块
待续 var isMobile = navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i); var isEncrypt = document.getElementById('hexo-blog-encrypt'); var allowMobile = true; if (!isEncrypt && (!isMobile || (isMobile && allowMobile))) { try { var plugin = new ReadmorePlugin(); plugin.init({ "type": "hexo", "id":...
2024-05-13
【Python系列-01学习路线-01基础】08面向对象编程
待续 var isMobile = navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i); var isEncrypt = document.getElementById('hexo-blog-encrypt'); var allowMobile = true; if (!isEncrypt && (!isMobile || (isMobile && allowMobile))) { try { var plugin = new ReadmorePlugin(); plugin.init({ "type": "hexo", "id":...
2024-05-13
【Python系列-01学习路线-01基础】07函数
待续 var isMobile = navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i); var isEncrypt = document.getElementById('hexo-blog-encrypt'); var allowMobile = true; if (!isEncrypt && (!isMobile || (isMobile && allowMobile))) { try { var plugin = new ReadmorePlugin(); plugin.init({ "type": "hexo", "id":...
2024-05-13
【Python系列-01学习路线-01基础】06基本数据结构
字符串普通字符串使用单引号(’)或者双引号(”)括起来的字符串。例如: 12print("hello khalid!")print('hello...
目录