• 2022-06-03
    在HTML中,关于表单提交提交方式说法正确的是()。
    A: 表单提交有get和post两种方式
    B: post提交后数据不会显示在地址栏,而get会显示
    C: post比get安全
    D: action属性用来设置提交方式