prolog矫揉造作的问题

时间:2017-05-20 23:36:27

标签: javascript variables prolog swi-prolog

我猜prolog变量做法有问题。 我使用javascript代码验证条件!如果为true,则javascript代码获取值。

if (k<12){
    Case=2;
} 

之后,将此变量分配给prolog变量。在知识库中,如果条件得到验证,则会生成响应。

<body>
  <script type="text/javascript">

    <?,  Gu is Case ,?>
    <?, anomalie(Gu,Comment0) ,?>
    var v= "<?, write(Comment0) ,?>";//Get the response 
    document.write(v);// displaying the response 

  </script>
</body>

0 个答案:

没有答案