1.查找包中的 字符串shell
unzip -p ldt_apptwmotherdev_v100_#498.ipa | strings | grep "iap"
2.shell 獲取當前腳本文件路徑app
basepath="$( cd "$( dirname "$0" )" && pwd )"