我的网站上有一个移动汉堡包式菜单,但是没有用。菜单按钮正确显示,但单击/触摸时没有任何反应。
后端PHP:
#!/bin/bash
doit() {
echo Processing $1
cd $(dirname $(realpath "$1"));
WINEPREFIX=$HOME/slot$2 wineconsole --backend=user msvar.exe
}
export -f doit
find /home/msvartest -name INTFILE -type f | parallel doit {} {%}
最终HTML:
$output = preg_replace('/.png/', '$1','Hi, this is the sample.png');
print_r($output);exit;
有人可以建议可能出现的问题吗?