一、WEditor简介
当我们需要快速定位到app上某一个元素时,我们可以通过此工具得到其UI属性,根据对应的id我们可以及时找到代码位置
官网:GitHub - alibaba/web-editor: web editor for atx
二、安装步骤
1、先检查pip是否安装,在终端输入
pip --version
如果不识别pip
则执行 pip3 install -U pip 活 pip install --upgrade pip更新pip
2、在终端中输入
pip3 install -U weditor 或python3 -m pip install weditor
3、启动weditor
python3 -m weditor
网友评论