04 2023 档案
摘要:re 模块简介 re 模块是 Python 标准库中的正则表达式模块。正则表达式是一种特殊的字符串处理方式,常用于匹配文本中的特定模式。re 模块可以提供针对正则表达式的支持。 re.finditer() 函数 re.finditer(pattern, string, flags=0) 函数功能:扫
阅读全文
摘要:try_files 语法:try_files file … uri;或 try_files file … = code; 默认值:无 作用域:server location 语法解释: 官方:Checks the existence of files in the specified order a
阅读全文