from urllib import parse str1 = 'haha哈哈' str2 = parse.quote(str1) #quote()将字符串进行编码 print(str2) #str2=haha%E5%93%88%E5%93%88
मूल लिंक: https://blog.csdn.net/RAPIER512/article/details/79761593
from urllib import parse str1 = 'haha哈哈' str2 = parse.quote(str1) #quote()将字符串进行编码 print(str2) #str2=haha%E5%93%88%E5%93%88
मूल लिंक: https://blog.csdn.net/RAPIER512/article/details/79761593
जब किसी सीएसएस फ़ाइल में यूआरएल:यूआरएल प्रारूप अन्य छवियों या फ़ॉन्ट फ़ाइलों को संदर्भित करता है, तो यूआरएल एक सापेक्ष पथ का उपयोग करता है, और इसका पथ सीएसएस फ़ाइल से संबंधित होता है;
जावास्क्रिप्ट फ़ाइल में संदर्भित अन्य फ़ाइलों का पथ जावास्क्रिप्ट फ़ाइल को लोड करने वाली HTML फ़ाइल के पथ से संबंधित है।