Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

选择表达式→输入以下内容:[@UserId]表示参数引用。

="http://jsonplaceholder.typicode.com/comments/?id="+[@UserId]

点击确定,即可根据用户输入的UserId就可以完成数据过滤。

...