from parse import parse_url#引用parse里面的方法 結果出現波浪線並提示
This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing,
this is possible in a limited but useful number of cases.
Top-level and class-level items are supported better than instance items.
解決方法 文件->設置->
->選擇parse.py所在文件夾->右鍵選擇來源(第一個 source)->變成藍色
