为了账号安全,请及时绑定邮箱和手机立即绑定

用js获取浏览器的url,然后如何把这个url传给php?

用js获取浏览器的url,然后如何把这个url传给php?

米脂 2019-04-03 11:07:36
用js获取浏览器的url,然后如何把这个url传给php
查看完整描述

4 回答

?
HUX布斯

TA贡献1876条经验 获得超6个赞

myclass.php

1

2

3

4

5

6

7

8

9

10

11

<?php

    class test{

        public function abc(){

            echo "this is the function of abc";

        }

    }

     

     //实例化

    $mytest=new test();

    //执行方法

    $mytest->test();

当你浏览器输入这个网站的路径+myclass.php的时候,页面就会显示

this is the function of abc


查看完整回答
反对 回复 2019-04-10
  • 4 回答
  • 0 关注
  • 1060 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信