我想学习ajax。 基本上我开始理解它,但是我有一个问题
这是我的js代码
$('#click').on('click',function () {
var a="good";
$.ajax({
url:'/ggg.php',
method:'post',
data:{
info:a
},
success:display_data
})
});
这是我的html代码
<input type="submit" value="do it" id="click">
这是我的php代码
<?php
echo $_POST['info'];
应该出现“好”一词
答案 0 :(得分:3)
使用public struct AnyPublisher<Output, Failure> where Failure : Error {
/// Creates a type-erasing publisher to wrap the provided publisher.
///
/// - Parameters:
/// - publisher: A publisher to wrap with a type-eraser.
@inlinable public init<P>(_ publisher: P) where Output == P.Output, Failure == P.Failure, P : Publisher
}
代替type
。另外method
可能是一个函数。
success