{
"info": {
"author": "zlyuan",
"author_email": "1277260932@qq.com",
"bugtrack_url": null,
"classifiers": [
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3"
],
"description": "# \u64cd\u4f5c\u66f4\u65b9\u4fbf\u7684xpath\n\n### \u4f7f\u7528\u65b9\u6cd5\u7c7b\u4f3c\u4e8eBeautiful Soup4, \u4f46\u662f\u6bd4\u4ed6\u66f4\u5feb\u901f, \u529f\u80fd\u66f4\u5f3a\u5927\n\n```python\nimport zxpath2\n\ndef find(name=None, class_=None, text=None, deep=True, index: None or int = None, **attrs):\n '''\n \u67e5\u8be2\u8282\u70b9\n :param name: \u5143\u7d20\u540d, \u5982\u679c\u4e0d\u662fstr\u7c7b\u578b\u5219\u67e5\u627e\u6240\u6709\u5143\u7d20\n :param class_: class\u5c5e\u6027\n :param text: \u6587\u672c\u503c\n :param deep: \u662f\u5426\u6df1\u5ea6\u67e5\u8be2\u5b59\u8282\u70b9\n :param index: \u53d6\u51fa\u7b2c\u51e0\u4e2a\u7ed3\u679c\n :param attrs: \u5339\u914d\u5143\u7d20\u7684\u5c5e\u6027\u503c, \u5c5e\u6027\u503c\u4e3aTrue, \u8868\u793a\u5b58\u5728\u8be5\u5c5e\u6027\u7684\u5143\u7d20, \u5c5e\u6027\u540d\u524d\u52a0\u4e0b\u5212\u7ebf_\u8868\u793a\u5426\u5b9a, \u5982_id=True\u8868\u793a\u4e0d\u5b58\u5728id\u7684\u5143\u7d20, _id='t1'\u8868\u793aid\u4e0d\u662ft1\u7684\u5143\u7d20\n :return: index\u4e3a\u6574\u6570\u65f6: \u6210\u529f\u8fd4\u56deElement\u5bf9\u8c61, \u5931\u8d25\u8fd4\u56deNone, index\u4e3a\u5176\u4ed6:\u8fd4\u56de\u5305\u542b_Element\u5bf9\u8c61\u7684\u5217\u8868\n '''\n pass\n\nzx = zxpath2.load('etree\u5bf9\u8c61\u6216\u8005html\u6e90\u7801') #\u52a0\u8f7d\n\nzx.find('div', id='content') #\u67e5\u8be2id\u4e3a'content'\u7684\u6240\u6709div, \u8fd4\u56de\u5305\u542b_Element\u5bf9\u8c61\u7684\u5217\u8868\nzx.find('div', id=False, index=0) #\u67e5\u8be2\u4e0d\u5b58\u5728id\u7684\u7b2c\u4e00\u4e2adiv, \u8fd4\u56de_Element\u5bf9\u8c61\nzx.find('div', _id='content', deep=False) #\u5728\u5f53\u524d\u8282\u70b9\u4e2d\u67e5\u8be2id\u4e0d\u4e3a'content'\u7684\u6240\u6709div, \u8fd4\u56de\u5305\u542b_Element\u5bf9\u8c61\u7684\u5217\u8868\nzx.find('div', id='content', index=-1) #\u67e5\u8be2id\u4e3a'content'\u7684\u6700\u540e\u4e00\u4e2adiv, \u8fd4\u56de_Element\u5bf9\u8c61\n\nzx('div', id='content') #_Element\u5bf9\u8c61\u53ef\u4ee5\u4f5c\u4e3a\u51fd\u6570\u540d\u76f4\u63a5\u8c03\u7528find\n```\n\n### Element\u5bf9\u8c61\u5c5e\u6027\n\u5c5e\u6027\u540d|\u8fd4\u56de\u7c7b\u578b|\u63cf\u8ff0\n--|:--:|--\nname | str | \u8fd4\u56de\u5143\u7d20\u8282\u70b9\u7684\u6807\u7b7e\u540d, \u5982 a, div, h1, p, span\u7b49\nbase | etree.\\_Element\u5bf9\u8c61 | \u8fd4\u56de\u539f\u59cb\u7684etree.\\_Element\nid | int | \u8fd4\u56debase\u7684id\u503c\nis_element | bool | \u8fd4\u56de\u662f\u5426\u4e3a\u4e00\u4e2aelement\u8282\u70b9, \u59cb\u7ec8\u8fd4\u56deTrue\nis_node_element | bool | \u8fd4\u56de\u662f\u5426\u4e3a\u4e00\u4e2a\u5143\u7d20\u8282\u70b9, \u59cb\u7ec8\u8fd4\u56deTrue\nis_text_element | bool | \u8fd4\u56de\u662f\u5426\u4e3a\u4e00\u4e2a\u6587\u672c\u8282\u70b9, \u59cb\u7ec8\u8fd4\u56deFalse\nis_comment | bool | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u662f\u5426\u4e3a\u6ce8\u91ca\u8282\u70b9\nstring | str | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u4e0b\u6240\u6709\u7684\u6587\u672c\u8fde\u63a5\u5728\u4e00\u8d77\u7684\u5b57\u7b26\u4e32, \u6ca1\u6709\u6587\u672c\u8fd4\u56de\u7a7a\u5b57\u7b26\u4e32\ntext | str | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u4e0b\u7684\u7b2c\u4e00\u4e2a\u6587\u672c, \u6ca1\u6709\u6587\u672c\u8fd4\u56de\u7a7a\u5b57\u7b26\u4e32\ntail | str | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u7684\u5c3e\u5df4\u6587\u672c, \u6ca1\u6709\u6587\u672c\u8fd4\u56de\u7a7a\u5b57\u7b26\u4e32\nhtml | str | \u5c06\u5f53\u524d\u8282\u70b9\u5e8f\u5217\u5316\u4e3ahtml\u6e90\u7801\nattrs | dict | \u83b7\u53d6\u5f53\u524d\u8282\u70b9\u7684\u6240\u6709\u5c5e\u6027\npre | | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u7684\u4e4b\u524d\u7684\u4e00\u4e2a\u540c\u7ea7\u5bf9\u8c61, \u6ca1\u6709\u65f6\u8fd4\u56deNone\npres | Element\\_List | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u4e4b\u524d\u7684\u6240\u6709\u540c\u7ea7\u5bf9\u8c61, \u6ca1\u6709\u65f6\u8fd4\u56de\u7a7a\u5217\u8868\npre_node | | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u7684\u4e4b\u524d\u7684\u4e00\u4e2a\u540c\u7ea7\u5143\u7d20\u8282\u70b9, \u6ca1\u6709\u65f6\u8fd4\u56deNone\npres_node | Element\\_List | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u4e4b\u524d\u7684\u6240\u6709\u540c\u7ea7\u5143\u7d20\u8282\u70b9, \u6ca1\u6709\u65f6\u8fd4\u56de\u7a7a\u5217\u8868\nnext | | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u7684\u4e4b\u540e\u7684\u4e00\u4e2a\u540c\u7ea7\u5bf9\u8c61, \u6ca1\u6709\u65f6\u8fd4\u56deNone\nnexts | Element\\_List | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u4e4b\u540e\u7684\u6240\u6709\u540c\u7ea7\u5bf9\u8c61, \u6ca1\u6709\u65f6\u8fd4\u56de\u7a7a\u5217\u8868\nnext_node | | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u7684\u4e4b\u540e\u7684\u4e00\u4e2a\u540c\u7ea7\u5143\u7d20\u8282\u70b9, \u6ca1\u6709\u65f6\u8fd4\u56deNone\nnexts_node | Element\\_List | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u4e4b\u540e\u7684\u6240\u6709\u540c\u7ea7\u5143\u7d20\u8282\u70b9, \u6ca1\u6709\u65f6\u8fd4\u56de\u7a7a\u5217\u8868\nchild | | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u7684\u7b2c\u4e00\u4e2a\u5b50\u5bf9\u8c61, \u6ca1\u6709\u65f6\u8fd4\u56deNone\nchilds | Element\\_List | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u7684\u6240\u6709\u5b50\u5bf9\u8c61, \u6ca1\u6709\u65f6\u8fd4\u56de\u7a7a\u5217\u8868\nchild_node | | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u7684\u7b2c\u4e00\u4e2a\u5b50\u5143\u7d20\u8282\u70b9, \u6ca1\u6709\u65f6\u8fd4\u56deNone\nchilds_node | Element\\_List | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u7684\u6240\u6709\u5b50\u5143\u7d20\u8282\u70b9, \u6ca1\u6709\u65f6\u8fd4\u56de\u7a7a\u5217\u8868\nparent | Element | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u7684\u7236\u8282\u70b9, \u6ca1\u6709\u65f6\u8fd4\u56deNone\nancestor | Element | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u7684\u7b2c\u4e00\u4e2a\u7236\u8f88, \u6ca1\u6709\u65f6\u8fd4\u56deNone\nancestors | Element\\_List | \u8fd4\u56de\u5f53\u524d\u8282\u70b9\u7684\u6240\u6709\u7236\u8f88, \u6ca1\u6709\u65f6\u8fd4\u56de\u7a7a\u5217\u8868\n\n### Element.xpath\u65b9\u6cd5\n> \u4f7f\u7528\u539f\u751fxpath\u4ee3\u7801\u67e5\u8be2\n\n\u53c2\u6570\u540d|\u6570\u636e\u7c7b\u578b|\u9ed8\u8ba4\u503c|\u63cf\u8ff0\n--|:--:|:--:|--\ncode | str | | \u539f\u751fxpath\u4ee3\u7801, \u5982 //div/a, //div/h1/text()\nindex | None
int | None |