PhpStorm 9 foreing variable on injection fragment
Hi,
how can I inject a foreign variable into an injected code?
For example:
output = '<label for="filter' + title + '>Da</label>';
Source code is Javascript
output string content is Html (injected)
title variable is again Javascript
Alex
请先登录再写评论。
up...