In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article introduces the relevant knowledge of "what is the code that AutoJs4.1.0 implements Douyin Express Edition to pay attention to?". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
The className for giving likes is android.widget.FrameLayout, and other attributes can be written as follows:
Let frameLayouts=className ("android.widget.FrameLayout") .depth (7) .selected (false) .clickable (true) .find ()
According to the mobile phone information, the frameLayouts is 9 or 6. So the code can write magic code to judge. A button to get attention. Click on it. Not much code is mainly ideas, I tested my own two mobile phones, no problem, you can use it directly.
/ * * Random likes * / function randomHeart () {index = random (1,10); if (index = = 1) {let frameLayouts=className ("android.widget.FrameLayout"). Depth (7) .selected (false) .clickable (true). Find (); toastLog ("FrameLayout" + frameLayouts.length); if (frameLayouts.length==9) {frameLayouts [frameLayouts.length-6] .click ();}}
The principle of following is the same as giving likes. Follow that there is not even an ID tease, but there is a desc attribute. But on the whole UI, there are several I have to make a judgment in the future. The code is as follows:
/ * * Random follow * / function randomFollow () {try {index = random (1,10); if (index = = 1) {let followMes=className ("android.widget.Button"). Desc ("follow"). Find (); if (followMes.length > 0) {followMes.length-1] .click ();}} catch (error) {console.error (error) }} this is the end of the content of "what is the code that AutoJs4.1.0 pays attention to in order to realize the express version of Douyin?" thank you for your reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.