c# - Get Specific Value -


मेरे पास एक url है:

sys.php? X = 23 & y = 20 & amp; ; Z = 9d939b

और मुझे वाकई पता नहीं है कि इसके से 'z' मान को कैसे पार्स करना है।

एचटीटीपीयूटीलिटी। का उपयोग करें। पैरासेटिंग स्ट्रिंग () विधि, विस्तृत। यह एक संग्रह वापस करेगा जो आपको सभी नाम (एक्स, वाई, जेड) और मूल्य (23, 20, 3 9 9 9) देता है।

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -