647. Palindromic Substrings
Given a string s, return the number of palindromic substrings 回文子串 in it.
A string is a palindrome when it reads the same backward as forward.
A substring is a contiguous sequence of characters within the string. nomal:
…
文章目录 前言get 与 post 的区别所有接口都用 post 请求?网友程墨 Morgan网友苏莉安网友大宽宽 前言
最近在逛知乎的时候发现一个有趣的问题:公司规定所有接口都用 post 请求,这是为什么?
看到这个问题的时候其实我也挺有感触的…