Run Code | API | Code Wall | Users | Misc | Feedback | Login | Theme | Privacy | Patreon |
pythondemo2showToastByText("该功能暂未开放"); --> ['该功能暂未开放'] //showToastByText("该功能暂未开放"); --> contains // hence not finding showToastByText("未开放"); --> ['未开放'] showToastByText("该功能暂xxxxxx未开放"); --> ['该功能暂', '未开放'] |