The following editor will bring you an article on how the app determines the link parameter suffix to jump to different addresses. The editor thinks it’s pretty good, so I’ll share it with you now and give it as a reference. Let’s follow the editor and take a look.
The example is as follows:
http://testhf.irongbei.com/DoubleAct/index?from=app <?php $urlp = (isset($_GET['from']) && $_GET['from'] == 'app') ? '/AppStatics/noToT#plist':'/MIndex/plist';?> <p style="font-size:13px;display:none;" id='t_invest'><a href=<?php echo $urlp;?> style="color:#ff0000;" >可用累计投资额不足,快去出借吧</a></p>
The above is the detailed content of Detailed introduction to the app's method of determining link parameter suffixes to jump to different addresses.. For more information, please follow other related articles on the PHP Chinese website!