X-Path คือตัวชี้ทางในภาษา XML การแสดงเส้นทางของ XPath จะคล้ายกับการบอกเส้นทางเข้าถึงไฟล์ต่างๆบนระบบปฎิบัติการอย่างวินโดว์ที่เราคุ้นเคยกันดี คือเริ่มที่ root และไล่ลงมาตามลำดับเป็นโครงสร้างแบบต้นไม้ ถ้าเปรียบข้อมูลที่เก็บในรูปแบบของ XML เป็นหมู่บ้าน XPath ก็คือป้ายบอกทางในหมู่บ้านถ้าเราเขียนป้ายบอกทางผิดคนที่มาตามป้ายผิดๆก็จะไปถึงเป้าหมายที่ผิด โดยเราสามารถหา XPath ได้จากบทความนี้  การหา X path (เอกซ์พาท) ง่ายๆเพื่อนำไปใช้กับโมดูล Selenium (ซิลิเนี่ยม)

 

ทำไมต้องดึงข้อความออกจาก X-Path (เอกซ์พาท) 

                  การดึงข้อความที่อยู่ใน element (อิลิเม้น) บนหน้าเว็บนั้นสามารถทำได้หลากหลายวิธีเช่น ดึงออกมากจาก css selector , class name , id , name  ซึ่งก็มีวิธีที่คล้ายกันมาก ในบทความนี้จะมาสอนวิธีการดึงข้อความออกมาจาก XPath ซึงจะพบความผิดพลาดน้อย  โดยเมื่อดึงข้อความเสร้จแล้วเราจะเอาข้อความเหล่านั้นไปเก็บไว้ในตัวแปรกัน

 

ดึงข้อความออกจาก X-Path (เอกซ์พาท) และไปเก็บไว้ในตัวแปร

                     ข้อความและโครงสร้างเว็บที่เราใช้

                   

                 โปรแกรมที่ใช้ในการดึงข้อความออกมาจาก Xpathcและเอาไปเก็บไว้ในตัวแปร

# -*- coding: utf-8 -*-
from selenium import webdriver
import time
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.common.keys import Keys
driver = webdriver.Firefox(executable_path=r'C:\Users\BDC-CLUB\PycharmProjects\mdsoft\geckodriver.exe')
driver.get("http://www.mindphp.com/online-tools/tags.html?start=20") #เปิดหน้าเว็บ
ids = driver.find_elements_by_xpath("//*[@id='adminForm']/ul/li/div/a") # XPath จากโครงสร้างหนาเว็บ
text = [] #กำหนดให้ตัวแปรText เป็นประเภทลิสต์

for ii in ids: #ลูปในการดึง ข้อความ จาก element และ sesion
    text.append(ii.text) #ดึง ข้อความ จาก element และ sesion

print(text)

 

                  ผลการรัน

['computer case', 'E-mail Address', 'Electronic', 'Gopher', 'Instruction', 'Java SDK', 'Mainboard', 'Processing', 'Reduced', 'sitemap', 'โปรแกรมบัญชี', '.htaccess', 'A Record', 'Abstract Calss', 'Acceleration', 'accepting', 'Access Point', 'Account Receivable', 'Accounting', 'Accounting Information System', 'Accounting Period', 'Accrual Basis', 'ACL', 'Acorn', 'Acorn Computers', 'Acrobat', 'adblock plus', 'Add New User', 'adobe', 'ads blocked', 'ADSL', 'Advanced', 'Advertise', 'Advertising', 'Affiliate', 'Agile', 'AI Bot', 'AirCard', 'Ajax', 'alexa', 'Algorithm', 'Alphago', 'Amazon', 'AMD', 'Analog', 'Analysis', 'Analytic', 'Android', 'Android ADT Plugin', 'Android Studio', 'AngularJS', 'ANSI', 'AntiVirus', 'Apache', 'API', 'APK', 'App Store', 'Apple', 'Application', 'Appshat', 'Archie', 'Architecture', 'Arduino', 'ARM', 'ARM Computer', 'ARPA NET', 'Array', 'Artificial Intelligence', 'ASCII', 'ASP', 'Assets', 'Ativate', 'atom', 'Augmented Reality', 'Authenication', 'AutoMOD', 'Autoresponders', 'AVG', 'AwStats', 'Backdoor', 'backend', 'Backup', 'Bad Debt', 'Baidu', 'Balance Sheet', 'Bandwidth', 'Bank', 'Barcode', 'Base64', 'BBCode', 'BBCord', 'Beacon', 'Beacon Application', 'Big data', 'BigQuery', 'Bill Of Material', 'Binary', 'Bind DNS Server', 'Bing', 'Bing.com', 'Bios', 'bit', 'Bit Torrent', 'Bit UpLoads', 'Bitcoin', 'Bitcolo', 'Block', 'Blockchain', 'Blog', 'Blogger', 'bluetooth', 'Book Value', 'Boot', 'Boot loader', 'Bootstrap', 'broken', 'Bug', 'Build', 'business', 'Business Intelligence', 'Business Process Model', 'Buttons', 'Buzzer', 'C&R', 'C++', 'cable', 'Cache', 'Calculator', 'CalDAV', 'Calendar', 'Calorie', 'Camfrog', 'Camtasia Studio', 'Capital Stock', 'Car', 'CardDAV', 'Cash Basis', 'Cash Equivalent', 'Catch-All Email', 'Category', 'CCITT', 'CCleaner', 'centOS', 'Certficate', 'CES 2018', 'CES2018', 'Change Language', 'Character', 'Chat', 'Chat Bot', 'Check', 'ChromePass', 'Chromium', 'CIO', 'CIP', 'CISC', 'Class', 'Client', 'Client Error', 'Client Server', 'Climate', 'Clone', 'Clonezilla', 'Closed Loop', 'Cloud', 'Cloud Hosting', 'Cloud Technology', 'Cluster', 'CMMI', 'CMMS', 'CMS', 'COBIT', 'code', 'CodeIgniter', 'Coding Standard', 'Colo', 'Colocation', 'colon', 'Color', 'com', 'Comain', 'comma', 'Command line', 'Commercial Hosting', 'Committee', 'commrcial', 'Compile', 'Complex', 'Component', 'Composer', 'Compressor', 'Compuer', 'computer', 'Computer Accessories', 'Computer System', 'computing', 'Configuration', 'Conrollers', 'Consultative', 'Container', 'Content', 'Content Msocial', 'control logic', 'Control Panel', 'Controller', 'Cookies', 'Coputer', 'Copy', 'Cordova', 'Cortana', 'Costom html', 'cPanel', 'CPU', 'Cracker', 'CRM', 'Cronjob', 'Crontab', 'Cross Browser Support', 'Crowd', 'CSS', 'CSS3', 'currency', 'curses', 'Custom Software', 'Customer', 'Cybercrime', 'data center', 'Data Communications', 'data model', 'Data Processing', 'Data structure', 'Data-Transfer', 'Database', 'Database Server', 'DataType', 'DBMS', 'Ddos', 'Deal', 'Debug', 'Decoding', 'Dedicated Hosting', 'Dedicated server', 'Deep Learning', 'Delivery', 'Deposits', 'Desktop', 'Developer', 'Development', 'DHCP', 'DHCP Server', 'Diagram', 'Digital', 'Digital Marketing', 'Digital Twin', 'DirectAdmin', 'Directory', 'Disconnected Model', 'Discount', 'Disk', 'DNS', 'DNS Server', 'Docker', 'Documents', 'Domain', 'Domain name', 'DoS', 'Doubtful Accounts', 'Dreamweaver', 'Driver', 'Drop Down', 'Dropbox', 'drupal', 'DSA', 'DSL', 'Dynamic Domain Name System', 'E-book', 'E-commerce', 'E-mail', 'e-Receipt', 'e-Tax Invoice', 'e-Withholding Tax', 'ebay', 'Eclipse', 'Editer', 'Editor', 'Email', 'Email Address', 'Email Authentication', 'Email Bot', 'Email Contact', 'Email Disk Usage', 'Email Filters', 'Email Routing', 'Embed', 'Embeded', 'emoji', 'Emulator', 'Enciption', 'Encoding', 'Encription', 'Encryption', 'Enterprise Agreement', 'Entity Relationship Model', 'environment', 'EPROM', 'Equator', 'ERP', 'Error', 'Error Pages', 'Escrow', 'ESP8266', 'Event', 'event handler', 'Excel', 'Exceptions', 'Excle', 'Expenses', 'Expiration Date', 'Express', 'Express.js', 'Extension', 'extensions', 'Extesion', 'EXW', 'Facebook', 'Facebook Fanpage', 'Facebook Live', 'facebook messenger', 'FAS', 'FCA', 'feature', 'Fees', 'FIFO', 'File Manager', 'FileZilla', 'Filters', 'Firebase', 'FireFox', 'Firewall', 'flashdrive', 'Fleet Management', 'Flow', 'FOB', 'font', 'Food', 'Format USB', 'Fortran', 'Forwarders', 'Framework', 'Free Web Hosting', 'FreeBSD', 'Freelance', 'freeware', 'front end', 'FTP', 'FTP Server', 'FullHD', 'Function', 'Future Value', 'Gadget', 'Gateway', 'Genymotion', 'get', 'getContainr', 'Geteway', 'Getway', 'gif', 'Gimp', 'git', 'github', 'GitLab', 'Gmail', 'GNU', 'GnuPG', 'Godaddy', 'Google', 'Google Analytics', 'Google Apps', 'google calendar', 'Google Chrome', 'Google Cloud Platform', 'Google Docs', 'Google Drawings', 'Google Drive', 'Google for Work', 'Google Maps', 'google pay', 'Google Photos', 'Google Play', 'Google Plus', 'Google reCAPTCHA', 'Google Sheets', 'Google Slides', 'Google Webmaster Tools', 'GoogleChatbase', 'Government Smart Kiosk', 'GPS', 'GPU', 'Graeplay', 'grame', 'Graphic', 'Groovy', 'Gross Method', 'GRUB', 'GUI', 'Hack Language', 'Hacker', 'Hao123', 'Harddisk', 'Hardware', 'hash', 'HDD', 'Help Files', 'HelpDesk', 'HHVM', 'High-Definition', 'Honda', 'Host', 'Host name', 'Hosting', 'Hotlink', 'Hotmail', 'HPHPc', 'HTML', 'HTML5', 'HTMLCSS', 'HTTP', 'Human Resources', 'Hybrid', 'Hyperlink', 'IANA', 'IBM', 'IC', 'IDE', 'IDE Tools', 'IDEA', 'Identity Theft', 'IEC', 'IEEE', 'IG(Instagram)', 'IIS', 'ImageMagick', 'images', 'IMAP', 'Imformation system', 'Incoterms', 'index', 'Infinity', 'Infographic', 'Information Technology', 'Infrastructure', 'Inheritance', 'Inodes', 'Input', 'instagram', 'Install', 'Intel', 'interface', 'Interfae', 'internationnal', 'Internet', 'Internet Explorer', 'Internet Speed', 'Interrupt', 'Inventory', 'Ionic', 'Ionic Framework', 'IOS', 'IoT', 'IP', 'IP address', 'Ipad', 'Iphone', 'Ipot', 'Iptables', 'IPV4', 'ISA', 'ISDN', 'ISO', 'ISP', 'ITU', 'ITU-T', 'JAVA', 'Java JDK', 'Javacript', 'Javascript', 'JOIN', 'Joomala', 'Joomla', 'joomlashopping', 'Joomshopping', 'Joomshopping Thai Edition', 'joule', 'JPG', 'jQuery', 'jquery-ui', 'Json', 'Kcal', 'Keyboard', 'Kiosk', 'Knowledge', 'Knowledge/facebook', 'kodak coin', 'kodak one', 'Kotlin', 'KPI', 'LAMP', 'Lan', 'Language', 'Laptop', 'Latitude', 'Layered', 'layout', 'Learning material', 'Leeh Protection', 'Liabilities', 'Libary', 'Libraly', 'library', 'license', 'light-shot', 'Lightweight', 'line', 'Linux', 'Linux Hosting', 'listener', 'Localhost', 'Login History', 'Logs', 'Longitude', 'Lookup', 'LTE', 'M MultiSite Content', 'M2M', 'Machine', 'Machine learning', 'Macintosh', 'macOS', 'Macro', 'Magento', 'Mail', 'Mail Hosting', 'Mail Server', 'Mailing List', 'Malware', 'Mambo', 'MANGMOOM', 'MapD', 'Marketing', 'Massages', 'Matlab', 'Max OS', 'mbed', 'Mbps', 'Mcharts', 'MD5', 'MDBridge', 'MDEmbed', 'MDEvents', 'mdfile', 'MDFiles Documents', 'MDSFile Document', 'Memory', 'Menu', 'message', 'Meta', 'meta tags', 'method', 'Mgallery', 'Microoft Volume Licensing', 'microphone', 'Microprocesser', 'Microsoft', 'Microsoft Dynamics', 'Microsoft Edge', 'Microsoft SQL Server', 'Microsoft Surface', 'MicrosoftOffice', 'Micsoft Cortana', 'migration', 'Mime Type', 'mindmap', 'MindPHP', 'mini-mart', 'minphp', 'MIS.', 'Mjform', 'MJForms', 'MJUpgrade', 'Mobile', 'Mobile App', 'Mobile Marketing', 'MOD', 'Model', 'modem', 'Modoule', 'Module', 'Money', 'MongoDB', 'Monitor', 'MOpenERP Migration', 'mouse', 'Move', 'MPEG', 'MPS', 'MRP', 'MSDN', 'MSN', 'MSN Messenger', 'MSSQL', 'Multi language', 'Multiprocessor', 'Multiusers', 'music', 'MVC', 'MVDO', 'MX Record', 'MyFrontPageDesign', 'MySQL', 'mysqli', 'MySqQL', 'Nameserver', 'Nano', 'NAS', 'National', 'Native App', 'Navicat', 'Navigation', 'NDA', 'Net Method', 'Network', 'Network security', 'New Technology', 'news', 'NewsFeed', 'nginx', 'Node.js', 'Nokia', 'Normalization', 'NoSQL', 'NoteBook', 'NPN', 'NS Record', 'Object', 'Object oriented', 'Objective C', 'ODBC', 'ODOO', 'Odoo10', 'Offline Model', 'Onedrive', 'OOP', 'Opacity', 'Open Handset Alliance', 'Open License', 'OpenERP', 'OpenLoop', 'OpenOffice', 'OpenSource', 'OpenSSL', 'Operating System', 'Operators', 'Ophtus', 'Optimization', 'Optimize', 'Option', 'Oracle', 'ORM', 'Outlook', 'Outlook.com', 'Output', 'Outsource', 'Overriding', "Owner's Equity", 'Owner’s Equity', 'PaaS', 'Pace', 'Package Hosting', 'Pair Programming', 'Password Protected', 'Paypal', 'Payroll', 'PC', 'PDF', 'PDO', 'PEAR', 'Periodic', 'PerlModule', 'Permission', 'Perpetual', 'Peta Byte', 'PgAdmin', 'PGSQL', 'Phalcon', 'Phishing', 'PhoneGap', 'Photo Resistor', 'Photoshop', 'PHP', 'PHP5', 'php7', 'phpBB', 'phpMyAdmin', 'phpNuke', 'PHPUnit', 'Physical', 'Physical web', 'Platform', 'Platform-as-a-Service', 'Platforms', 'Play Store', 'PLC', 'plesk', 'Plugin', 'PNG', 'PNP', 'Point Of Sale', 'Polymorphism', 'POP3', 'POS', 'PostgreSQL', 'Potocol', 'Powerpoint', 'Preferred Stock', 'Present Value', 'Prestashop', 'Prime Meridian', 'Printer', 'Priority', 'Private', 'Private Hosting', 'Probability', 'Proceural', 'profile', 'Profit And Loss', 'Program', 'Programmer', 'Programming', 'Programming Language', 'Project Management', 'Project Manager', 'Project Menager', 'PROM', 'Protected', 'Protected Directory', 'Protection', 'Protocol', 'prototype', 'Public', 'Public Key', 'Purchase', 'Purchase Management', 'Purchaseorder', 'Putty', 'PXE booting', 'Pycharm', 'Python', 'QNAP', 'QR CODE', 'QR Cord', 'Rackspace', 'RAM', 'Raspberry Pi', 'RDBMS', 'ReactJS', 'Realtime', 'Redirect URL', 'Registrar', 'Registrar Lock', 'Regular Expressions', 'Relation', 'reovery password', 'repair', 'Replication', 'report', 'Reseller Hosting', 'Responsive', 'Restore', 'RFID', 'RISC', 'Robot', 'Rootkits', 'Roundcube', 'Router', 'Routing', 'RPC', 'RSA', 'Ruby', 'Run', 'Running', 'Rust', 'safari', 'Sale Management', 'Samsung', 'SANS', 'scan', 'SCC', 'Search Engine', 'Second Level Domain', 'Security', 'Select License', 'Select Plus', 'Selenium', 'Sensor', 'SEO', 'serer', 'Server', 'Server Error', 'Server Information', 'Session', 'set', 'shared hosting', 'Shareholder', 'Shareware', 'Shopping Cart', 'simple space', 'Skype', 'Smart Device', 'Smart Home', 'Smartphone', 'smarttch', 'Smarty', 'SMB', 'SMF', 'SMTP', 'Snagit', 'Sniffer', 'social', 'Social Media Marketing', 'social network', 'SoftBank', 'Software', 'Software Application', 'Software Development', 'Software House', 'Software Review', 'Solaris', 'Souce code', 'Spam', 'Spam Filter', 'SpamAssasin', 'Spamvertise', 'Sparklines', 'Sport', 'Spreadsheet', 'SPYC', 'Spyware', 'Sqirrelmail', 'SQL', 'Squirrel mail', 'SRI', 'SSD', 'SSH', 'SSL', 'SSL Certificated', 'Statement of Cash Flows', 'Static', 'Statistic', 'Storage', 'Storage Server', 'structure information file', 'Structured', 'Subdomain', 'Subscription', 'SugarCRM', 'SunOS', 'Support Center', 'SVM', 'SVN', 'Swift', 'Swith Hub', 'Symbol', 'Symfony', 'Synchronizing', 'Syntax', 'System', 'System Analysis', 'System Engineer', 'Table', 'tablet', 'Tag', 'Tax', 'TCP/IP', 'Teamviewer', 'TechNet', 'Technoloy', 'techupportscam', 'Telegraph', 'Telephone', 'Telnet', 'Template', 'Tensorflow', 'Tera Byte', 'Terminal', 'TestCase', 'Tester', 'Testing', 'threat', 'Thunderbird', 'TinyMCE', 'TLS', 'Tool', 'Tools', 'Top Level Domain', 'Toplogy', 'Topology', 'Touch Screen', 'Trace DNS', 'Track Delivery', 'Transfer Registrar', 'Transfer Reseller', 'Transistor', 'Tripcodes', 'Trojans', 'Tuples', 'Tutorial', 'twig', 'Twitter', 'Ubuntu', 'UDP', 'Ultra HD', 'UMIL', 'UML', 'Unicode', 'Union', 'Unit', 'Unit Test', 'Unix Timestamp', 'unwanted Software', 'Update', 'upload', 'Uptime', 'URL', 'USB', 'USB Type C', 'USENET', 'user interface', 'User Manager', 'Value Added Tax', 'Vat', 'vat 7%', 'VDO', 'VDO phpbb', 'VDO Python', 'VDSL', 'VGA', 'Video Conference', 'VIP', 'Virtual File', 'Virtual Machine', 'Virtual reality', 'Virtual Rrality', 'Virtual World', 'Virtualization', 'VirtueMart', 'Virus', 'Visual Studio', 'Visualization', 'VPS', 'VPS Hosting', 'vsftpd', 'Vulnerability', 'W3C', 'WAIS', 'Wallet', 'WAN', 'Warehouse Management', 'watch', 'Watson', 'weather', 'Web', 'Web Application', 'Web Browser', 'Web Design', 'Web Disk', 'Web Hosting', 'Web Hosting Control Panel', 'web page', 'Web Server', 'Web Services', 'Web site', 'Webalizar', 'Webboard', 'Webbrowser', 'WebDeveloper', 'Webmail', 'Webmaster', 'Webserver', 'Website', 'Websits', 'Websocket', 'Weekly Backup', 'WHM', 'WHOIS', 'Wi-Fi', 'Widget', 'widgets', 'WiMAX', 'Windows', 'Windows Hosting', 'Windows NT', 'Windows Phone', 'Windows Server', 'Wireless', 'Withdrawals', 'word', 'Wordpress', 'worm', 'www', 'XAMPP', 'Xbox', 'Xbox 360', 'Xbox One', 'xDSL', 'xhtml', 'XML', 'XML-RPC', 'Yahoo', 'YAML', 'yammer', 'YII', 'yml', 'Youtube', 'Zend', 'zero day', 'zip', 'การบันทึกแป้นพิม', 'การแสดงผล', 'ความ', 'ความน่าเชื่อถือ', 'ความรู้ทั่วไปเกี่ยวกับข่าวสารต่างๆ ทางเทคโนโลยีใหม่ๆ', 'ควารู้ทั่วไป', 'ควารู้รอบตัว', 'คอม', 'คอมพิวเตอร์', 'คำนวณ', 'คีย์ลัด', 'จัดซื้อ', 'ซอฟต์แวร์', 'ฐานข้อมูล', 'ดรอปบ็อกซ์', 'ธนบัตร', 'บทควม', 'บทความ', 'บทเรียน', 'บทเรียน CSS3', 'บทเรียน Google Docs', 'บทเรียน Google Drawings', 'บทเรียน Google Sheets', 'บทเรียน Google Slides', 'บทเรียน Joomla', 'บทเรียน PHP7', 'บทเรียน SQL', 'บทเรียนJoomla', 'บลัสเซอร์', 'ปฏิทินปี 2561', 'ปัญญาประดิษฐ์', 'ผลิตภัณฑ์', 'ผลิตภัณฑ์/Google', 'ผลิตภัณฑ์/Google Doc', 'ผลิตภัณฑ์/Google For Work', 'ผลิตภัณฑ์/Google Sheet', 'ผลิตภัณฑ์/Google/Google Sheet', 'ภาษาซี', 'ภาษาเบสิก', 'ภาษาไทย', 'ภาษี', 'ระบบ CRM', 'ระบบปฏิบัติการ', 'ระบบเรียลไทม', 'ลำโพง', 'วัสดุวิศวกรรม', 'วิทยาศาสตร์', 'สอน Python', 'สอน ไพทอน', 'สอนสร้างเว็บไซต์', 'หนังสือ', 'อะโดบี', 'เทคโนโลยี', 'เว็บขายของ', 'เว็บบอร์ด', 'เวิร์ดเพรส', 'แคลอรี่', 'แถบสี', 'แอพพลิเคชั่น', 'โปรแกรม', 'โปรแกรมดูเว็บ', 'โปรแกรมเมอร์', 'ไฟล์', 'ไมโครซอฟท์', 'ไลน์', 'ไวรัส']
กระทู้ล่าสุดจากเว็บบอร์ด
หัวข้อกระทู้
ตอบ
เปิดดู
ล่าสุด
เมธอด dict() ในการพัฒนาระบบ Python การสร้างพจนานุกรมอย่างมีประสิทธิภาพ
โดย athirach.offcial พฤ 28 มี.ค. 2024 12:33 pm บอร์ด Python Knowledge
0
3
พฤ 28 มี.ค. 2024 12:33 pm โดย athirach.offcial View Topic เมธอด dict() ในการพัฒนาระบบ Python การสร้างพจนานุกรมอย่างมีประสิทธิภาพ
การใช้งาน filter() กรองตัวเลขหรือตัวอักษรในภาษา Python
โดย athirach.offcial พฤ 28 มี.ค. 2024 12:16 pm บอร์ด Python Knowledge
0
3
พฤ 28 มี.ค. 2024 12:16 pm โดย athirach.offcial View Topic การใช้งาน filter() กรองตัวเลขหรือตัวอักษรในภาษา Python
เมธอด strip() ใน Python การใช้งานเพื่อลบตัวอักษรที่กำหนด
โดย athirach.offcial พฤ 28 มี.ค. 2024 12:03 pm บอร์ด Python Knowledge
0
3
พฤ 28 มี.ค. 2024 12:03 pm โดย athirach.offcial View Topic เมธอด strip() ใน Python การใช้งานเพื่อลบตัวอักษรที่กำหนด
Attribute ในภาษา Python: วิธีกำหนดค่าและใช้งาน
โดย athirach.offcial พฤ 28 มี.ค. 2024 11:37 am บอร์ด Python Knowledge
0
3
พฤ 28 มี.ค. 2024 11:37 am โดย athirach.offcial View Topic Attribute ในภาษา Python: วิธีกำหนดค่าและใช้งาน
คำสั่ง eval() ใน Python วิธีการใช้งานการประมวลผลสตริงเป็นโค้ด
โดย athirach.offcial พฤ 28 มี.ค. 2024 11:07 am บอร์ด Python Knowledge
2
14
พฤ 28 มี.ค. 2024 11:41 am โดย athirach.offcial View Topic คำสั่ง eval() ใน Python วิธีการใช้งานการประมวลผลสตริงเป็นโค้ด
การใช้งานเมทอด zip() ใน Python: อธิบายและตัวอย่าง
โดย athirach.offcial พฤ 28 มี.ค. 2024 10:51 am บอร์ด Python Knowledge
0
5
พฤ 28 มี.ค. 2024 10:51 am โดย athirach.offcial View Topic การใช้งานเมทอด zip() ใน Python: อธิบายและตัวอย่าง
ปิดโหมดข้อความธรรมดาในอีเมลแล้ว แต่เครื่องมือไม่ขึ้น ต้องตั้งค่ายังไง
โดย Narisara พฤ 28 มี.ค. 2024 10:46 am บอร์ด ถาม - ตอบ คอมพิวเตอร์
1
14
พฤ 28 มี.ค. 2024 11:13 am โดย Narisara View Topic ปิดโหมดข้อความธรรมดาในอีเมลแล้ว แต่เครื่องมือไม่ขึ้น ต้องตั้งค่ายังไง
ตัวแปร List ใน Python เหมาะสำหรับงานแบบไหน
โดย athirach.offcial พ 27 มี.ค. 2024 11:34 am บอร์ด Python Knowledge
0
24
พ 27 มี.ค. 2024 11:34 am โดย athirach.offcial View Topic ตัวแปร List ใน Python เหมาะสำหรับงานแบบไหน