Google Voice 美国电话号码申请教程 2017 年版
在这篇文档里有一段脚本, 是不是窗口下的 liunx 才可以用? 下面没有用户登录的 没有视窗的 liunx 如何用户脚本刷?
是不是阿里云也要翻墙才行的?
contains() {
string="$1"
substring="$2"
if test "${string#*$substring}" != "$string"
then
return 0 # $substring is in $string
else
return 1 # $substring is not in $string
fi
}
while true; do
result=$(curl -s 'https://www.google.com/voice/b/0/service/post' -H 'origin: https://www.google.com' ... --compressed)
contains "$result" "error" || exit 0
sleep 1.5
done
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.