标签: php json ajax wordpress
我想在单击按钮时在我的wordpress网站中发送一个http请求。 如何使用json中的此示例代码发出http请求?
for card in cards_seen: deck_to_update = [value for key, value in card_map.items() if card.endswith(key)][0] Deck[deck_to_update].remove(card)